Fix import css parser tests
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 21:32:56 +0000 (16:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 21:33:50 +0000 (16:33 -0500)
Don't use nonexisting properties here either

testsuite/css/parser/import-cyclic-1.css
testsuite/css/parser/import-cyclic-1.ref.css
testsuite/css/parser/import-cyclic-2.css
testsuite/css/parser/import-cyclic-2.ref.css
testsuite/css/parser/import-cyclic-3.css
testsuite/css/parser/import-cyclic-3.ref.css
testsuite/css/parser/import-nonexistant.css
testsuite/css/parser/import-nonexistant.ref.css
testsuite/css/parser/import-recursive.css
testsuite/css/parser/import-recursive.ref.css

index b5182e5f42758e67ca5329574b07f08c25904ac0..eaa1731dda2f6c09c300df64822ae89658bcb12a 100644 (file)
@@ -1,5 +1,5 @@
 @import url("import-cyclic-2.css");
 
 a {
-  int-property: 1
+  padding-top: 1px
 }
index 9be113678b6098bbde176827c0133cad9e08db15..e874b4153e36350143fae78be2f194ef3fdfa3f1 100644 (file)
@@ -1,11 +1,11 @@
 a {
-  int-property: 3;
+  padding-top: 3px;
 }
 
 a {
-  int-property: 2;
+  padding-top: 2px;
 }
 
 a {
-  int-property: 1;
+  padding-top: 1px;
 }
index c34a0fea3c12272a48ea04fa12f1b81b11b0483c..9e5b89c712c86e61732d04f2f1c400acf5c5972c 100644 (file)
@@ -1,5 +1,5 @@
 @import url("import-cyclic-3.css");
 
 a {
-  int-property: 2
+  padding-top: 2px
 }
index ba2f6aadf2a91f07c2dd63e61cd95574bccc523c..51388e0405669be63d91f7cb4ee3df34b2371c50 100644 (file)
@@ -1,11 +1,11 @@
 a {
-  int-property: 1;
+  padding-top: 1px;
 }
 
 a {
-  int-property: 3;
+  padding-top: 3px;
 }
 
 a {
-  int-property: 2;
+  padding-top: 2px;
 }
index 84fb447d9503d640fe3d2f5d66c67914b820e4cd..7ada04c6d299bf4ee46e8d41b62dfbfa9e6f5ed9 100644 (file)
@@ -1,5 +1,5 @@
 @import url("import-cyclic-1.css");
 
 a {
-  int-property: 3
+  padding-top: 3px
 }
index d15ce3d37410711dbc022f4fcbdeed35de991bc3..2b9ad1657584a07f47f7292c73029a09fbbb95ce 100644 (file)
@@ -1,11 +1,11 @@
 a {
-  int-property: 2;
+  padding-top: 2px;
 }
 
 a {
-  int-property: 1;
+  padding-top: 1px;
 }
 
 a {
-  int-property: 3;
+  padding-top: 3px;
 }
index b2223773dcd9bdd9bb7607465516daff757779ba..d5c13b1e42a047da011ff0f4bc35a4c36cebf5e9 100644 (file)
@@ -1,5 +1,5 @@
 @import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");
 
 a {
-  string-property: "make sure it didn't stop parsing";
+  font-family: "make sure it didn't stop parsing";
 }
index a967eb332190aabb11c0da012384a30c64d3b1fb..28fc9d769baf6c8ec97d8901282a554070facd75 100644 (file)
@@ -1,3 +1,3 @@
 a {
-  string-property: "make sure it didn't stop parsing";
+  font-family: "make sure it didn't stop parsing";
 }
index ac9c81e4df6c9677cbaac2a329e1e9afce45c989..a4f0a96f2349a6c063ac4712cc0d1a46ccf6f920 100644 (file)
@@ -1,5 +1,5 @@
 @import url("import-recursive.css");
 
 a {
-  string-property: "Make sure this is parsed"
+  font-family: "Make sure this is parsed"
 }
index 358a8c414b46e9194e51442f0c6c83da715d8fbd..41141f1a45ac7c3551bd3feece7fdec320363f5b 100644 (file)
@@ -1,3 +1,3 @@
 a {
-  string-property: "Make sure this is parsed";
+  font-family: "Make sure this is parsed";
 }